home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / multiuser / planets / avtwrl / explorer.wrl < prev    next >
Text File  |  1996-07-24  |  753b  |  40 lines

  1. #VRML Draft #3 V2.0 utf8
  2.  
  3. DEF EXPLORER Transform {
  4. translation 0 0 0 
  5. children[
  6. Billboard {
  7.   axisOfRotation 0 1 0
  8.   children [
  9.     Shape {
  10.       appearance Appearance {
  11.         texture ImageTexture {
  12.           url [
  13.               "avtwrl/explorer.gif"
  14.              ]
  15.         }
  16.         textureTransform TextureTransform {
  17.           rotation -1.571
  18.           scale 1 1.5
  19.         }
  20.       }
  21.       geometry IndexedFaceSet {
  22.         coord Coordinate {
  23.           point [
  24.                   -1.35 -2 0,
  25.                   1.35 -2 0,
  26.                   1.35 2 0,
  27.                   -1.35 2 0,
  28.                 ]
  29.         }
  30.         coordIndex [
  31.                       0, 1, 2, 3, -1,
  32.                    ]
  33.       }
  34.     }
  35.   ]
  36. }
  37. ]
  38. }
  39.  
  40.